-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Rust crate prost-wkt-build to 0.6.0 #17
base: main
Are you sure you want to change the base?
Conversation
65733ee
to
38a0620
Compare
38a0620
to
bae2875
Compare
bae2875
to
03342a7
Compare
03342a7
to
d830bf7
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: Cargo.lock
|
d830bf7
to
fed82ad
Compare
fed82ad
to
b7e7a23
Compare
|
This PR contains the following updates:
0.3.4
->0.6.0
Release Notes
fdeantoni/prost-wkt (prost-wkt-build)
v0.6.0
Compare Source
What's Changed
Breakting Changes
From<DateTime> for Timestamp
has been replaced byTryFrom
.Full Changelog: fdeantoni/prost-wkt@v0.5.1...v0.6.0
v0.5.2
Compare Source
Note: This release was yanked in favour of 0.6.0
v0.5.1
Compare Source
What's Changed
Full Changelog: fdeantoni/prost-wkt@v0.5.0...v0.5.1
v0.5.0
Compare Source
Update to Prost 0.12.x series. This implements the new
Name
trait which can provide the type url in future. It is only partially implemented for now. Once fully stabilized, we need to see if it can potentially replace the type url method inMessageSerde
(#53).What's Changed
Full Changelog: fdeantoni/prost-wkt@v0.4.2...v0.5.0
v0.4.2
Compare Source
What's Changed
Full Changelog: fdeantoni/prost-wkt@v0.4.1...v0.4.2
v0.4.1
Compare Source
Added google.protobuf.Empty (#30), and fixed serialization of Struct and ListValue (#33).
v0.4.0
Compare Source
Breaking Changes
MOPA Removed
Removed dependency on unmaintained crate mopa. Version 0.2.2 contains an unsound implementation (see 13) which was addressed in the git repo, but was never published to crates.io.
To remove the dependency on the
mopa
crate,MessageSerde
now implements the needed functions directly. The implementation has been directly copied fromstd::any::Any
. As a consequence though, two methods are no longer by available ondyn MessageSerde
which were originally provided bymopa
, but are not part ofstd::any::Any
:downcast
downcast_unchecked
If you used any of the above methods, please use
downcast_ref
anddowncast_ref_unchecked
instead.Deprecated Methods Removed
The deprecated method
encoded
has also been removed. Please usetry_encoded
instead.v0.3.5
Compare Source
Remove dependency on deprecated time crate, updated rust edition, and upgraded Prost dependencies to latest.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.